home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
lib
/
jaq
/
Makefile
< prev
next >
Wrap
Makefile
|
1992-09-10
|
945b
|
42 lines
#
# Prototype makefile for libraries.
#
# This Makefile is automatically generated.
# DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
#
# Generated from /sprite/lib/mkmf/Makefile.library
# Thu Sep 10 18:47:23 PDT 1992
#
# For more information, refer to the mkmf manual page.
#
# $Header: /sprite/lib/mkmf/RCS/Makefile.library,v 1.16 92/06/10 13:04:33 jhh Exp $ SPRITE (Berkeley)
#
# Allow mkmf
ALLSRCS = admin.c dev.c hash.c indx.c lock.c mem.c option.c queue.c regexp.c sock.c str.c tbuf.c tlog.c ttime.c utils.c
LINTSRCS =
MACHINES = ds3100 sun3 sun4
MAKEFILE = Makefile
MANPAGES =
NAME = jaq
PUBHDRS = jaquith.h
SYSMAKEFILE = library.mk
TYPE = sprite
DISTDIR ?= /dist/sprite/src/lib/jaq
#include <settm.mk>
#if exists($(TM).md/md.mk)
#include "$(TM).md/md.mk"
#endif
#if exists(local.mk)
#include "local.mk"
#else
#include <$(SYSMAKEFILE)>
#endif
#if exists($(TM).md/dependencies.mk)
#include "$(TM).md/dependencies.mk"
#endif